chore: disable the second time-to-first-query test on windows #7101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added a ticket to re-enable this: https://jira.mongodb.org/browse/COMPASS-9554
If you click through the waterfall you can see this test fails most of the time on windows in the smoke tests, failing the smoke tests.
Sometimes the auto-update also fails, but that's likely because there were multiple dev builds running concurrently and you get into a situation where squirrel for windows doesn't apply the update because it would result in a downgrade..
This one is the lion's share of the failures, though.
The way the test fails is it clicks or hovers over the connection in the sidebar and the connect button never appears. You can see it in the screenshot in the artifacts zip uploaded by the smoketests github action.